home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / RestZone.swf / scripts / DefineButton2_43 / BUTTONCONDACTION on(keyPress s).as
Encoding:
Text File  |  2004-07-20  |  81 b   |  7 lines

  1. on(keyPress "s"){
  2.    tellTarget("/bgsound")
  3.    {
  4.       nextFrame();
  5.    }
  6. }
  7.